template instantiation meaning in English
范本具现化
范本显式特化
模板具现化
模块实例化
Examples
- Lets now walk through a template instantiation flow to see how the pieces fit together
下面让我们详细了解一下模板的实例化过程,从而了解一下各个部分是如何彼此适应的。 - As you can see , template instantiation can affect not only compilation speed , but whether your program compiles at all
就和你看到的一样,模板实例化能够不仅影响编译速度,而且一样影响着对你程序的编译。 - The template instantiation service iterates through each content definition in the template , and calls the corresponding component s with the right subset of povs lifecycle service
模板实例化服务会循环遍历模板中的所有内容定义,并调用对应组件(使用正确的pov子集)的lifecycle服务。 - The template xml definition is loaded and passed to the platform s template instantiation service , which will parse the template xml , extracting all the povs contributed by the components
模板xml定义被加载并传递给平台的模板实例化服务,后者会处理模板xml文件,并从中提取出组件所提供的pov信息。